home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 99
- Width = 330
- Height = 300
- BorderIcons = [biSystemMenu]
- Caption = 'Selection by Date Range (Monthly)'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnActivate = FormActivate
- TextHeight = 16
- object Label1: TLabel
- Left = 8
- Top = 200
- Width = 57
- Height = 25
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'From:'
- end
- object Label2: TLabel
- Left = 8
- Top = 237
- Width = 57
- Height = 25
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Through:'
- end
- object DBGrid1: TDBGrid
- Left = 8
- Top = 8
- Width = 305
- Height = 185
- DataSource = DataSource1
- Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
- TabOrder = 0
- TitleFont.Color = clWindowText
- TitleFont.Height = -13
- TitleFont.Name = 'System'
- TitleFont.Style = []
- end
- object Button1: TButton
- Left = 224
- Top = 216
- Width = 89
- Height = 33
- Caption = 'Apply Dates'
- TabOrder = 1
- OnClick = Button1Click
- end
- object DateSelect1: TDateSelect
- Left = 72
- Top = 200
- Width = 89
- Height = 26
- Date_Format = Mdyy
- Date_Interval = dsMonth
- Date_Type = dsFirst
- DateCode = 728475.000000000000000000
- CalColor = clSilver
- CalEnabled = True
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- end
- object DateSelect2: TDateSelect
- Left = 72
- Top = 237
- Width = 89
- Height = 26
- Date_Format = Mdyy
- Date_Interval = dsMonth
- Date_Type = dsLast
- DateCode = 728505.000000000000000000
- CalColor = clSilver
- CalEnabled = True
- TabOrder = 3
- end
- object Table1: TTable
- Active = True
- DatabaseName = 'TheAlias'
- IndexFieldNames = 'SaleDate'
- TableName = 'ORDERS'
- Left = 48
- Top = 160
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 80
- Top = 160
- end
- object Database1: TDatabase
- Connected = True
- DatabaseName = 'TheAlias'
- DriverName = 'INTRBASE'
- LoginPrompt = False
- Params.Strings = (
- 'SERVER NAME=C:\DELPHI\DEMOS\DATA\MASTSQL.GDB'
- 'USER NAME=SYSDBA'
- 'OPEN MODE=READ/WRITE'
- 'SCHEMA CACHE SIZE=8'
- 'LANGDRIVER='
- 'SQLQRYMODE='
- 'SQLPASSTHRU MODE=NOT SHARED'
- 'SCHEMA CACHE TIME=-1'
- 'PASSWORD=masterkey')
- Left = 16
- Top = 160
- end
- end
-